Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetFactory<TItem> Class
Methods


In This Topic
    NWidgetFactory<TItem> Class Members
    In This Topic

    The following tables list the members exposed by NWidgetFactory<TItem>.

    Public Constructors
    Public Methods
     NameDescription
    Public MethodCreates a widget for the given item. The default implementation creates a label and sets its text to the result of the GetString method for the given item.  
    Public MethodGets the string representation of the given item. The default implementation calls the "ToString" method of the given item.  
    Public MethodGets a custom object that should be assigned to the Tag property of the created item.  
    Top
    See Also